-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 1.7.latest] Update parser to support conversion metrics #9173 #9255
Conversation
We're backporting a feature "conversion metrics" to 1.7. Conversion metrics don't exist in DSI < 0.4.2 which is problematic if we allow for those versions. This ensures that those who are on a version of 1.7 that supports conversion metrics will also have the requisit version of DSI.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 1.7.latest #9255 +/- ##
==============================================
+ Coverage 83.40% 86.61% +3.20%
==============================================
Files 179 179
Lines 26575 26612 +37
==============================================
+ Hits 22166 23050 +884
+ Misses 4409 3562 -847
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Holding off on merging until with the Cloud Artifacts team can make sure this will be okay on their end. |
Confirmed with the Cloud Artifacts Team that the new artifacts don't cause any issues 🎉 Moving forward with merging 🙂 |
resolves #9203
This is a manual backport of #9173 to
1.7.latest
.This is a manual backport because the automatic backport failed (merge conflicts), some commits needed to be excluded as they have no relevance to 1.7.latest, and some new commits needed to be added specifically for
1.7.latest
.Included commits from #9173 via
cherry-pick
Excluded commits
Newly added commits